$(function () { // init the validator // validator files are included in the download package // otherwise download from http://1000hz.github.io/bootstrap-validator $('#contact-form').validator(); // when the form is submitted $('#contact-form').on('submit', function (e) { // if the validator does not prevent form submit if (!e.isDefaultPrevented()) { var url = "contact.php"; // POST values in the background the the script URL $.ajax({ type: "POST", url: url, data: $(this).serialize(), success: function (data) { // data = JSON object that contact.php returns // we recieve the type of the message: success x danger and apply it to the var messageAlert = 'alert-' + data.type; var messageText = data.message; // let's compose Bootstrap alert box HTML var alertBox = '
' + messageText + '
'; // If we have messageAlert and messageText if (messageAlert && messageText) { // inject the alert to .messages div in our form $('#contact-form').find('.messages').html(alertBox); // empty the form $('#contact-form')[0].reset(); } } }); return false; } }) });

Contact form

We hope to have the pleasure of welcoming you to EPAKO. In the first instance, please send us a booking enquiry using in this form and we’ll get back to you promptly. If you prefer to call us, please use the number indicated at the bottom of this page. We will be delighted to answer all your questions.

PO. Box 108, Omaruru, Namibia

Tell: +264 64 570 551

Fax: +264 64 570 553

Reception & Reservations

contact@epako.com.na

epako@relaischateaux.com

NTB Registation Number: LOD 00073

Contact Form

Contact form

Please contact us for any information. We will get back to you soon.

* These fields are required..